/* 重置css */

html,
body {
  overflow-x: hidden;
  background: #e6e6e6;
}

html {
  height: 100%;
}

body {
  overflow-y: hidden;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

body {
  font: 16px/1.5 'PingFang SC', 'Lantinghei SC', 'Microsoft YaHei', 'HanHei SC',
    'Helvetica Neue', 'Open Sans', Arial, '微软雅黑', SimSun, sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

ul {
  list-style: none;
}

/* 通用样式 */
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('../images/index/inbg.png') top center no-repeat #e6e6e6;
  animation-name: scaletonarrow;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
}

@keyframes scaletonarrow {
  from {
    transform: scale(1.5);
  }

  to {
    transform: scale(1);
  }
}

@-webkit-keyframes scaletonarrow {
  from {
    -webkit-transform: scale(1.5);
  }

  to {
    -webkit-transform: scale(1);
  }
}

.hide {
  visibility: hidden;
}

/* 头部样式 */
.wrapper-header {
  width: 100%;
  height: 100%;
}

.wrapper-header .header {
  width: 1200px;
  margin: 0 auto;
  height: 500px;
  overflow: hidden;
}

.wrapper-header .header .logo {
  margin-top: 34px;
  margin-left: 70px;
  float: left;
  width: 186px;
}

.wrapper-header .header .logo img {
  width: 186px;
  height: 37px;
  border: 0;
}

.wrapper-header .header .nav {
  position: relative;
  float: left;
  left: 154px;
  width: 600px;
  height: 100px;
  line-height: 120px;
  z-index: 20;
}

.wrapper-header .header .nav .sideline {
  position: absolute;
  background-color: #9ac717;
  left: 41px;
  bottom: 3px;
  /* color: #fff; */
  z-index: 20;
  height: 3px;
  display: inline-block;
  list-style-type: none;
  width: 40px;
}

.wrapper-header .header .nav li {
  width: 120px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  float: left;
  color: #333333;
  cursor: pointer;
  z-index: 20;
}

.wrapper-header .header .nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333333;
  text-decoration: none;
}

.wrapper-header .header .nav li:hover {
  /* .wrapper-header .header .nav li.cur { */
  background-color: #7ac925;
  color: #ffffff;
}

.wrapper-header .header .nav li:hover a {
  /* .wrapper-header .header .nav li.cur a { */
  color: #ffffff;
  text-decoration: none;
}

.wrapper-header .header .nav li.hidecur {
  background: #ffffff;
  color: #333333;
}

/* 下拉按钮样式 */
.wrapper-header .header .nav li .dropbtn {
  width: 120px;
}

/* 容器 <div> - 需要定位下拉内容 */
.wrapper-header .header .nav li .dropdown {
  position: relative;
  display: inline-block;
}

/* 下拉内容 (默认隐藏) */
.wrapper-header .header .nav li .dropdown-content {
  display: none;
  position: absolute;
  background-color: #7ac925;
  width: 230px;
}

/* 下拉菜单的链接 */
.wrapper-header .header .nav li .dropdown-content a {
  color: #ffffff;
  width: 230px;
  height: 39px;
  line-height: 39px;
  text-align: left;
  text-indent: 22px;
  border-bottom: 1px solid #8cd340;
  text-decoration: none;
  display: block;
}

/* 鼠标移上去后修改下拉菜单链接颜色 */
.wrapper-header .header .nav li .dropdown-content a.cur,
.wrapper-header .header .nav li .dropdown-content a:hover {
  background-color: #5ab432;
}

/* 在鼠标移上去后显示下拉菜单 */
.wrapper-header .header .nav li .dropdown:hover .dropdown-content {
  display: block;
}

.body {
  height: 100%;
}

/* 内容 */
.body .list {
  position: absolute;
  top: 100px;
  right: 70px;
  height: 100%;
}

.body .list li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 240px;
  height: 100%;
  height: 700px\9;
  /* line-height: 700px; */
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.body .list li .bg {
  position: absolute;
  bottom: 120px;
  bottom: 0\9;
  left: 0;
  width: 240px;
  height: 0;
  background: url('../images/index/inbg1.png');
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

.body .list li .bg2 {
  background: url('../images/index/inbg2.png');
}

.body .list li:hover {
  width: 547px;
}

.body .list li:hover .bg {
  width: 547px;
  height: 234px;
}

.body .list li.item1 {
  background: #ffffff;
  opacity: 0.8;
  color: #656565;
}

.body .list li.item2 {
  background: #7ac913;
  opacity: 0.7;
}

.body .list li.item3 {
  background: #000000;
  opacity: 0.5;
}

.body .list li.item4 {
  background: #717171;
  opacity: 0.7;
}

.body .list li .title {
  position: relative;
  width: 100%;
  height: 100px;
  text-align: center;
  top: 50%;
  transform: translateY(-70%);
  margin-top: -200px\9;
  line-height: 10;
}

.body .list li:hover .title {
  width: 150px;
  height: 100px;
  top: 15%;
  margin-top: -80px\9;
  left: 50px;
}

.body .list li .icon {
  position: absolute;
  left: 50%;
  margin-left: -38px;
  width: 76px;
  height: 76px;
}

.body .list li.item1 .line {
  background: #8cc800;
}

.body .list li .line:before {
  content: '';
  position: absolute;
  left: 0;
  top: -92px;
  width: 1px;
  height: 19901109px;
}

.body .list li.item1 .line:before {
  background: #dbdbdb;
}

.body .list li.item2 .line:before {
  background: #c2e494;
}

.body .list li.item3 .line:before {
  background: #a8a8a8;
}

.body .list li.item4 .line:before {
  background: #bbbbbb;
}

.body .list li .line {
  display: none;
  position: absolute;
  top: 8.7%;
  left: 30px;
  width: 14px;
  height: 50px;
  background: #ffffff;
  z-index: 10;
}

.body .list li:hover .line {
  display: block;
}

.body .list li.item1 .content {
  color: #333333;
}

.body .list li .content {
  display: none;
  color: #ffffff;
  width: 390px;
  width: 435px\9;
  height: auto;
  line-height: 36px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  margin-top: -120px\9;
  left: 54px;
  text-align: left;
  z-index: 20;
  text-align: justify;
  text-justify: newspaper;
}

.body .list li:hover .content {
  display: block;
  display: inline-block\9;
  text-align: justify;
  text-justify: newspaper;
}

.body .list li.item1 .icon {
  background: url('../images/index/inico1.png');
}

.body .list li.item2 .icon {
  background: url('../images/index/inico2.png');
}

.body .list li.item3 .icon {
  background: url('../images/index/inico3.png');
}

.body .list li.item4 .icon {
  background: url('../images/index/inico4.png');
}

.body .bg .itemlist {
  position: absolute;
  left: 62px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -22px\9;
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: all 2s;
}

.body .list li:hover .itemlist {
  opacity: 1;
  filter: Alpha(opacity=100);
}

.body .bg .itemlist a {
  font-size: 18px;
  color: #2c7b00;
  display: block;
  margin: 20px 0;
  height: 20px;
  line-height: 20px;
  text-align: left;
  z-index: 10;
  text-decoration: none;
}

.body .bg .itemlist.type2 a {
  color: #ffffff;
}

.body .bg .itemlist a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background: url('../images/index/inarrow1.png');
}

.body .bg .itemlist.type2 a:after {
  background: url('../images/index/inarrow2.png');
}

.body .bg .itemlist a:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* 底部 */
.footer {
  background: #e6e6e6;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color: #b3b3b3;
  text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1440px) {
  .body .list {
    position: absolute;
    top: 100px;
    right: 0;
    height: 100%;
  }

  .body .list li,
  .body .list li .title,
  .body .bg .itemlist a {
    font-size: 14px;
  }

  .body .list li .title {
    line-height: 14;
  }

  .body .list li:hover .bg {
    height: 110px;
  }

  .body .bg .itemlist a {
    margin: 6px 0;
  }

  .body .list li:hover {
    width: 470px;
  }

  .body .bg .itemlist {
    margin-top: -16px;
  }

  .body .list li .line {
    display: none;
    position: absolute;
    top: 6%;
    left: 30px;
    width: 6px;
    height: 50px;
    background: #ffffff;
    z-index: 10;
  }
}

@media screen and (max-width: 1250px) {
  .body .list {
    position: absolute;
    top: 100px;
    right: 0;
    height: 100%;
  }

  .body .list li:hover {
    width: 240px;
  }

  .body .list li:hover .content {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .wrapper-header .header {
    width: 980px !important;
  }

  .nav2-wrapper {
    width: 980px !important;
  }

  .wrapper-footer .footer {
    width: 980px !important;
  }

  .main {
    transform: scale(0.75) translate(-135px, -15px);
  }
}
